home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / flash.swf / scripts / frame_23 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  215 b   |  13 lines

  1. if(i == line3.length + 2 and letter.wait == delayall)
  2. {
  3.    i = 1;
  4.    do
  5.    {
  6.       setProperty("letter" add i, _visible, false);
  7.       i += 1;
  8.    }
  9.    while(i < line3.length + 1);
  10.    
  11. }
  12. gotoAndPlay(19);
  13.